From d4d96ff4e81efed63201d0bf5bb735c8598d4640 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Mon, 2 Jul 2007 19:23:18 +0000 Subject: [PATCH] Add doc for unicsv options 'datum' and 'grid'. --- xmldoc/formats/options/unicsv-datum.xml | 4 ++++ xmldoc/formats/options/unicsv-grid.xml | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 xmldoc/formats/options/unicsv-datum.xml create mode 100644 xmldoc/formats/options/unicsv-grid.xml diff --git a/xmldoc/formats/options/unicsv-datum.xml b/xmldoc/formats/options/unicsv-datum.xml new file mode 100644 index 000000000..b4d56af7f --- /dev/null +++ b/xmldoc/formats/options/unicsv-datum.xml @@ -0,0 +1,4 @@ + + This option specifies the datum to be used on output. Valid values for this + option are listed in . + diff --git a/xmldoc/formats/options/unicsv-grid.xml b/xmldoc/formats/options/unicsv-grid.xml new file mode 100644 index 000000000..7d6cab0a4 --- /dev/null +++ b/xmldoc/formats/options/unicsv-grid.xml @@ -0,0 +1,8 @@ + + This value specifies the grid to be used on write. It is similar to + the grid option of garmin_txt (see ). The only difference is that unicsv does not + write a degree sign (°) into the output file. + + + Without this option unicsv writes the coordinates as simple numbers like in the samples above. + -- 2.30.2